From 7cad0fcd404ceef356ef8e28a2dbeac9fc4a0ebc Mon Sep 17 00:00:00 2001 From: oliskoli Date: Wed, 28 Sep 2005 20:30:07 +0000 Subject: [PATCH] Disable debug code git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@1435 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/pathaway.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpsbabel/pathaway.c b/gpsbabel/pathaway.c index 909b3e25a..dfefb8f4a 100644 --- a/gpsbabel/pathaway.c +++ b/gpsbabel/pathaway.c @@ -69,7 +69,7 @@ static arglist_t ppdb_args[] = {0, 0, 0, 0, 0 } }; -#define PPDB_DEBUG 1 +#undef PPDB_DEBUG #if PPDB_DEBUG static void @@ -90,7 +90,7 @@ internal_debug2(const char *format, ... ) } #define DBG internal_debug1(__FILE__, __LINE__);internal_debug2 #else -#define DBG # ; +#define DBG ; #endif -- 2.30.2